home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 June / PC Active NR.226.iso / Software / firewalls / firewall_setup.exe / {app} / spfdrv,2.inf < prev    next >
Encoding:
INI File  |  2008-05-22  |  3.4 KB  |  120 lines

  1. ; -- spfdrv.INF --
  2. ;
  3. ; This file is based on Passthru driver INF file - this is the INF for the
  4. ; service (protocol) part (for x64 Windows)
  5. ;
  6. ; Copyright (c) 2001-2005, NT Kernel Resources
  7. ;
  8. ; ----------------------------------------------------------------------
  9.  
  10. [Version]
  11. Signature  = "$Windows NT$"
  12. Class      = NetService
  13. ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}
  14. Provider   = %Ntkr%
  15. DriverVer  = 05/20/2008,6.3.4.1
  16. CatalogFile = spfdrv_x64.cat
  17.  
  18. [Manufacturer]
  19. %Ntkr% = NTKR,ntamd64
  20.  
  21. [ControlFlags]
  22.  
  23. ;=========================================================================
  24. ;
  25. ;=========================================================================
  26.  
  27. [NTKR.ntamd64]
  28. %spfdrv_Desc% = spfdrv.ndi, nt_spfdrv
  29.  
  30.  
  31.  
  32. [spfdrv.ndi]
  33. AddReg          = spfdrv.ndi.AddReg, spfdrv.AddReg
  34. Characteristics = 0x4410 ;  NCF_FILTER | NCF_NDIS_PROTOCOL !--Filter Specific--!!
  35. CopyFiles       = spfdrv.Files.Sys
  36. CopyInf         = spfdrv_m.inf
  37.  
  38. [spfdrv.ndi.Remove]
  39. DelFiles = spfdrv.Files.Sys
  40.  
  41. [spfdrv.ndi.Services]
  42. AddService = spfdrv,, spfdrv.AddService
  43.  
  44. [spfdrv.AddService]
  45. DisplayName    = %spfdrvService_Desc%
  46. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  47. StartType      = 3 ;SERVICE_DEMAND_START
  48. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  49. ServiceBinary  = %12%\spfdrv.sys
  50. LoadOrderGroup = PNP_TDI
  51. AddReg         = spfdrv.AddService.AddReg
  52.  
  53.  
  54. [spfdrv.AddService.AddReg]
  55. ; ----------------------------------------------------------------------
  56. ; Add any miniport-specific parameters here.  These are params that your
  57. ; filter device is going to use.
  58. ;
  59. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  60. ;HKR, Parameters, ParameterName2, 0x10001, 4
  61.  
  62.  
  63. ; ----------------------------------------------------------------------
  64. ; File copy
  65. ;
  66. [SourceDisksNames]
  67. 1=%DiskDescription%,"",,
  68.  
  69. [SourceDisksFiles]
  70. spfdrv.sys=1
  71.  
  72. [DestinationDirs]
  73. DefaultDestDir = 12
  74. spfdrv.Files.Sys   = 12   ; %windir%\System32\drivers
  75.  
  76. [spfdrv.Files.Sys]
  77. spfdrv.sys,,,2
  78.  
  79. ; ----------------------------------------------------------------------
  80. ; Filter Install
  81. ;
  82.  
  83. [spfdrv.ndi.AddReg]
  84. HKR, Ndi, HelpText, , %spfdrv_HELP%
  85.  
  86. ; ----------------------------------------------------------------------
  87. ; !!--Filter Specific--!!
  88. ;
  89. ; Note:
  90. ; 1. Other components may also have UpperRange/LowerRange but for filters
  91. ;    the value of both of them must be noupper/nolower
  92. ; 2. The value FilterClass is required.
  93. ; 3. The value Service is required
  94. ; 4. FilterDeviceInfId is the InfId of the filter device (miniport) that will
  95. ;    be installed for each filtered adapter.
  96. ;    In this case this is ms_passthrump (refer to netsf_m.inf)
  97. ;
  98. HKR, Ndi,            FilterClass,         , failover
  99. HKR, Ndi,            FilterDeviceInfId,   , nt_spfdrvmp
  100. HKR, Ndi,            Service,             , spfdrv
  101. HKR, Ndi\Interfaces, UpperRange,          , noupper
  102. HKR, Ndi\Interfaces, LowerRange,          , nolower
  103. HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, wan"
  104.  
  105. [spfdrv.AddReg]
  106. ; The following key is Required
  107. ; The following key is Passthru specific
  108. HKR, Parameters, Param1, 0, 4
  109.  
  110. ; ----------------------------------------------------------------------
  111. [Strings]
  112. NTKR = "SoftPerfect Research"
  113. DiskDescription = "SoftPerfect Research Driver Disk"
  114.  
  115. spfdrv_Desc = "SoftPerfect Research Driver"
  116. spfdrv_HELP = "SoftPerfect Research Driver"
  117. spfdrvService_Desc = "SoftPerfect Research Service"
  118.  
  119.  
  120.